home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / enbolas.swf / scripts / DefineButton2_55 / BUTTONCONDACTION on(release).as
Text File  |  2006-01-17  |  108b  |  6 lines

  1. on(release){
  2.    _level0.sonido("click");
  3.    fondo.gotoAndPlay(_level0.fase + 1);
  4.    gotoAndPlay(30);
  5. }
  6.